home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Faktury Express 5.94 PL - pelna wersja specjalna / setup.exe / {app} / Faktury5,2.exe / 0 / RCDATA / TDLG_AKTUALIZACJA / TDLG_AKTUALIZACJA.txt
Text File  |  2007-10-19  |  3KB  |  139 lines

  1. object Dlg_Aktualizacja: TDlg_Aktualizacja
  2.   Left = 339
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Internetowa Aktualizacja'
  7.   ClientHeight = 269
  8.   ClientWidth = 407
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnMouseMove = FormMouseMove
  21.   OnPaint = FormPaint
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 88
  27.     Top = 248
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label1'
  31.     Visible = False
  32.   end
  33.   object Progress: TCGauge
  34.     Left = 0
  35.     Top = 160
  36.     Width = 407
  37.     Height = 18
  38.     Color = clBlue
  39.     ForeColor = clBlue
  40.     ParentColor = False
  41.     Visible = False
  42.   end
  43.   object K1: TCheckBox
  44.     Left = 168
  45.     Top = 248
  46.     Width = 41
  47.     Height = 17
  48.     Caption = 'K1'
  49.     TabOrder = 0
  50.     Visible = False
  51.   end
  52.   object btnPobierz: TPanel
  53.     Left = 23
  54.     Top = 194
  55.     Width = 129
  56.     Height = 33
  57.     BevelOuter = bvNone
  58.     Caption = 'pobierz aktualizacj∩┐╜'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     TabOrder = 1
  66.     OnClick = PobierzClick
  67.     OnMouseDown = btnMouseDown
  68.     OnMouseMove = btnMouseMove
  69.     OnMouseUp = btnMouseUp
  70.   end
  71.   object btnPrzerwij: TPanel
  72.     Left = 247
  73.     Top = 194
  74.     Width = 137
  75.     Height = 33
  76.     BevelOuter = bvNone
  77.     Caption = 'przerwij pobieranie'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     TabOrder = 2
  85.     OnClick = PrzerwijClick
  86.     OnMouseDown = btnMouseDown
  87.     OnMouseMove = btnMouseMove
  88.     OnMouseUp = btnMouseUp
  89.   end
  90.   object LogWin: TMemo
  91.     Left = 0
  92.     Top = 0
  93.     Width = 407
  94.     Height = 160
  95.     Align = alTop
  96.     Font.Charset = EASTEUROPE_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -12
  99.     Font.Name = 'Courier New'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     ScrollBars = ssVertical
  103.     TabOrder = 3
  104.   end
  105.   object wersja: TNMHTTP
  106.     Port = 0
  107.     ReportLevel = 0
  108.     OnConnect = wersjaConnect
  109.     OnStatus = wersjaStatus
  110.     OnConnectionFailed = wersjaConnectionFailed
  111.     Body = 'Default.htm'
  112.     Header = 'Head.txt'
  113.     InputFileMode = False
  114.     OutputFileMode = False
  115.     OnSuccess = wersjaSuccess
  116.     OnFailure = wersjaFailure
  117.     OnRedirect = wersjaRedirect
  118.     ProxyPort = 0
  119.     Left = 368
  120.     Top = 72
  121.   end
  122.   object www: TNMHTTP
  123.     Port = 80
  124.     ReportLevel = 0
  125.     OnDisconnect = wwwDisconnect
  126.     OnStatus = wwwStatus
  127.     OnPacketRecvd = wwwPacketRecvd
  128.     Body = 'upg.zip'
  129.     Header = 'Head.txt'
  130.     InputFileMode = True
  131.     OutputFileMode = False
  132.     OnSuccess = wwwSuccess
  133.     OnFailure = wwwFailure
  134.     ProxyPort = 0
  135.     Left = 368
  136.     Top = 104
  137.   end
  138. end
  139.